Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: prevent unused import warning in arguments to call_unsafe_wdf_function_binding #207

Merged
merged 2 commits into from
Sep 6, 2024

Conversation

wmmc88
Copy link
Collaborator

@wmmc88 wmmc88 commented Aug 29, 2024

Fix for a bug where the wdk-sys types used in casts in arguments to the call_unsafe_wdf_function_binding macro would detected as unused imports. This was due to a glob import within the macro leaking outside of the macro.

ayodejiige
ayodejiige previously approved these changes Aug 30, 2024
@wmmc88 wmmc88 marked this pull request as ready for review August 30, 2024 22:52
@wmmc88 wmmc88 requested review from ayodejiige and hamzamust August 30, 2024 22:52
@wmmc88 wmmc88 enabled auto-merge September 4, 2024 21:41
@wmmc88 wmmc88 added this pull request to the merge queue Sep 6, 2024
Merged via the queue into microsoft:main with commit 659b077 Sep 6, 2024
49 checks passed
@wmmc88 wmmc88 deleted the fix-glob-import branch September 6, 2024 22:09
@wmmc88 wmmc88 mentioned this pull request Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants